body {
	margin: 0px;
	background: #e3e1f7;
	background: linear-gradient(135deg,rgba(227, 225, 247, 1) 0%, rgba(111, 111, 163, 1) 100%);
}

.signupbutton {
  position: absolute;
  top: 80%;
  left: 43%;
  transform: translate(-50%, -50%);
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 165px;
	background: linear-gradient(180deg,rgba(8, 99, 11, 1) 29%, rgba(40, 191, 45, 1) 100%);
	height: 100%;
	position: fixed;
	overflow: auto;
}

.centered {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  text-shadow: 7px 7px 9px #000000;
}

li a {
	display: block;
	color: white;
	background: linear-gradient(180deg,rgba(209, 255, 209, 1) 0%, rgba(117, 224, 129, 1) 50%, rgba(56, 181, 62, 1) 50%, rgba(40, 191, 45, 1) 100%);
	padding: 10px 10px;
	text-decoration: none;
	font-family: arial; 
}

.tainer {
  position: relative;
  text-align: center;
  color: white;
  margin: 10px;
}

li a:hover {
	background: linear-gradient(180deg,rgba(0, 161, 11, 1) 0%, rgba(0, 122, 6, 1) 50%, rgba(77, 179, 80, 1) 100%);
	color: #BDBDBD;
}

.active {
	background: linear-gradient(180deg,rgba(191, 255, 240, 1) 0%, rgba(36, 224, 180, 1) 50%, rgba(0, 176, 135, 1) 50%, rgba(76, 199, 168, 1) 100%);
	color: white;
}

p {
	font-family: arial;
	color: white;
}

.centeredbutdownabit {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23px;
  text-shadow: 3px 3px 4px #000000;
}

form {
    border-radius: 3px;
    background: linear-gradient(180deg,rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 15px;
    margin-left: 165px;
    font-family: arial;
}

label {
  display: block;
}

input[type=text], select {
  width: 27%;
  padding: 12px;
  margin: 8px 0;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(222, 221, 235, 1) 50%, rgba(200, 197, 217, 1) 50%, rgba(214, 211, 227, 1) 100%);
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 10%;
  background: linear-gradient(180deg,rgba(195, 255, 194, 1) 0%, rgba(111, 237, 109, 1) 50%, rgba(61, 209, 61, 1) 50%, rgba(0, 158, 0, 1) 100%);
  color: white;
  padding: 14px;
  margin: 8px 0;
  border: 2px;
  border-radius: 50px;
  border-style: solid;
  border-color: #376E35;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.signupbutton button {
  border-radius: 39px;
  width: 113px;
  height: 39px;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(134, 134, 176, 1) 50%, rgba(101, 101, 140, 1) 50%, rgba(165, 165, 196, 1) 100%);
  color: white;
}

.signupbutton button:hover {
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(163, 163, 194, 1) 50%, rgba(134, 134, 166, 1) 50%, rgba(200, 200, 222, 1) 100%);
}

.congrats {
  margin-left: 185px;
  color: white;
  border: 2px solid;
  border-width: 3px;
  width: 22%;
}

h3 {
 color: white;
 font-family: arial;
}

h2 {
 color: white;
 font-family: arial;
}

h1 {
 color: white;
 font-family: arial;
 font-size: 45px;
}

.landtitle {
 text-align: center;
}

.imagefloatleft {
  float: left;
  padding: 10px;
  width: 512px;
  height: 315px;  
}

.imagefloatright {
  float: right;
  padding: 10px;
  width: 512px;
  height: 315px;  
}

div {
 margin-left: 0px; 
}

.panel {
 min-width: 15px;
 max-width: 700px;
 background: rgba(0, 0, 0, 0.15);
 border-radius: 10px;
 text-align: left;
 padding: 20px;
}

.panel2 {
 min-width: 15px;
 max-width: 700px;
 background: rgba(0, 0, 0, 0.15);
 border-radius: 10px;
 text-align: right;
 padding: 20px;
}

hr {
 color: black; 
}